Skip to content

Commit

Permalink
Fix test case to use comprehensions_experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
goldfirere committed Jan 27, 2023
1 parent 22a7368 commit 0131357
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions testsuite/tests/jst-modular-extensions/user_error.ml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ Line 1, characters 25-69:
Error: Unknown extension "this_extension_doesn't_exist" referenced via an [%extension.this_extension_doesn't_exist] extension node
|}];;

let _disabled_extension = [%extension.comprehensions] ();;
let _disabled_extension = [%extension.comprehensions_experimental] ();;
[%%expect{|
Line 1, characters 26-56:
1 | let _disabled_extension = [%extension.comprehensions] ();;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Line 1, characters 26-69:
1 | let _disabled_extension = [%extension.comprehensions_experimental] ();;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error: The extension "comprehensions_experimental" is disabled and cannot be used
|}];;

Expand Down

0 comments on commit 0131357

Please sign in to comment.