diff options
Diffstat (limited to 'test/run_tests.cpp')
| -rw-r--r-- | test/run_tests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run_tests.cpp b/test/run_tests.cpp index 96aa7cc2db..f82a6b63bd 100644 --- a/test/run_tests.cpp +++ b/test/run_tests.cpp @@ -1827,7 +1827,7 @@ pub const Foo = enum_Foo;)OUTPUT"); add_parseh_case("restrict -> noalias", R"SOURCE( void foo(void *restrict bar, void *restrict); )SOURCE", R"OUTPUT(pub const c_void = u8; -pub extern fn foo(noalias bar: &c_void, noalias arg1: &c_void);)OUTPUT"); +pub extern fn foo(noalias bar: ?&c_void, noalias arg1: ?&c_void);)OUTPUT"); } static void print_compiler_invocation(TestCase *test_case) { |
