diff options
Diffstat (limited to 'tests/data/lexer/lexComment.in')
-rw-r--r-- | tests/data/lexer/lexComment.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/lexer/lexComment.in b/tests/data/lexer/lexComment.in index 961b250..86ed94f 100644 --- a/tests/data/lexer/lexComment.in +++ b/tests/data/lexer/lexComment.in @@ -1,4 +1,4 @@ # comment -SELECT /*! STRAIGHT_JOIN */ col1 FROM table1, table2 /* select query */ +SELECT /*!50000 STRAIGHT_JOIN */ col1 FROM table1, table2 /* select query */ -- comment -- comment 2
\ No newline at end of file |