Fix a curious failure not seen during testing.

This commit is contained in:
Graydon Hoare 2012-08-24 16:39:16 -07:00
parent 23deed12ce
commit 5ebea76394

View File

@ -1,7 +1,7 @@
/* this is for run-pass/syntax-extension-source-utils.rs */
{
assert(#file[].ends_with(~"utils-files/includeme.fragment"));
assert(#file[].ends_with("includeme.fragment"));
assert(#line[] == 5u);
#fmt["victory robot %u", #line[]]
}