aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/keyword_rename.i
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/keyword_rename.i')
-rw-r--r--Examples/test-suite/keyword_rename.i5
1 files changed, 4 insertions, 1 deletions
diff --git a/Examples/test-suite/keyword_rename.i b/Examples/test-suite/keyword_rename.i
index 23c01087d..8600f786e 100644
--- a/Examples/test-suite/keyword_rename.i
+++ b/Examples/test-suite/keyword_rename.i
@@ -27,7 +27,7 @@ KW(synchronized, final)
/* C# Keywords */
KW(string, out)
-struct sealed {int i;};
+struct stackalloc {int i;};
/* Go Keywords */
KW(go, defer)
@@ -37,6 +37,9 @@ KW(chan, fallthrough)
KW(end, function)
KW(nil,local)
+/* Javascript keywords */
+KW(instanceof, finally)
+KW(finally, instanceof)
%}