nashorn/test/script/error/conditional_catch_nse.js.EXPECTED
author chegar
Wed, 10 Feb 2016 22:58:27 +0000
changeset 35743 80ba74046cf1
parent 31098 e98a3ba5d5da
permissions -rw-r--r--
8148861: Update jaxws to use the new non-inheriting thread-local Thread constructor Reviewed-by: mkos, mchung
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
31098
e98a3ba5d5da 8086032: Add compiler error tests when syntax extensions are used with --no-syntax-extensions option
sundar
parents:
diff changeset
     1
test/script/error/conditional_catch_nse.js:33:11 Expected ) but found if
e98a3ba5d5da 8086032: Add compiler error tests when syntax extensions are used with --no-syntax-extensions option
sundar
parents:
diff changeset
     2
} catch (e if e instanceof ReferenceError) {
e98a3ba5d5da 8086032: Add compiler error tests when syntax extensions are used with --no-syntax-extensions option
sundar
parents:
diff changeset
     3
           ^
e98a3ba5d5da 8086032: Add compiler error tests when syntax extensions are used with --no-syntax-extensions option
sundar
parents:
diff changeset
     4
test/script/error/conditional_catch_nse.js:34:0 Expected eof but found }
e98a3ba5d5da 8086032: Add compiler error tests when syntax extensions are used with --no-syntax-extensions option
sundar
parents:
diff changeset
     5
}
e98a3ba5d5da 8086032: Add compiler error tests when syntax extensions are used with --no-syntax-extensions option
sundar
parents:
diff changeset
     6
^