Skip to content

Commit 54ff7b3

Browse files
committed
[test] Fix up crasher test names
Turns out my code for this has been wrong all this time and hasn't been been including leading zeros for each hex byte.
1 parent 3e981b7 commit 54ff7b3

File tree

134 files changed

+21
-21
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+21
-21
lines changed

validation-test/IDE/crashers/1ac322cbf02c111.swift renamed to validation-test/IDE/crashers/1ac322cbf002c111.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// {"kind":"complete","signature":"swift::IterableDeclContext::addMemberSilently(swift::Decl*, swift::Decl*, bool) const::$_0::operator()(swift::Decl*, swift::Decl*) const"}
2-
// RUN: not --crash %target-swift-ide-test -code-completion --code-completion-token=COMPLETE -source-filename %s
2+
// RUN: not --crash %target-swift-ide-test -code-completion -batch-code-completion -skip-filecheck -code-completion-diagnostics -source-filename %s
33
class a {b { { [ } ] in
44
#^COMPLETE^#
55
}

0 commit comments

Comments
 (0)