Skip to content

Commit 5ebea76

Browse files
committed
Fix a curious failure not seen during testing.
1 parent 23deed1 commit 5ebea76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* this is for run-pass/syntax-extension-source-utils.rs */
22

33
{
4-
assert(#file[].ends_with(~"utils-files/includeme.fragment"));
4+
assert(#file[].ends_with("includeme.fragment"));
55
assert(#line[] == 5u);
66
#fmt["victory robot %u", #line[]]
77
}

0 commit comments

Comments
 (0)