Skip to content

Commit 1294aee

Browse files
authored
use a different test expectation now that + is a valid character
1 parent 698e5f2 commit 1294aee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SymbolTests/Main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ enum Main:TestMain, TestBattery
2929
}
3030
if let tests:TestGroup = tests / "Scalar" / "InvalidCharacters"
3131
{
32-
tests.expect(nil: Symbol.USR.init("s:s12Identifi+ableP"))
32+
tests.expect(nil: Symbol.USR.init("s:s12Identifi ableP"))
3333
}
3434

3535
if let tests:TestGroup = tests / "Compound"

0 commit comments

Comments
 (0)