benchs: add --no-gcc-directive to bench_nitg-s_options-slower
[nit.git] / tests / test_ffi_c_global_ref.nit
index daac6f2..9b90564 100644 (file)
@@ -27,7 +27,7 @@ class ToBePreserved
 end
 
 class A
-       fun save_as_global( tbp : ToBePreserved, i : Int ) import ToBePreserved::output `{
+       fun save_as_global( tbp : ToBePreserved, i : Int ) import ToBePreserved.output `{
                if ( global_tbps[i] != NULL )
                        ToBePreserved_decr_ref( global_tbps[i] );