Skip to content

Commit e3d69d1

Browse files
authored
Merge pull request #17240 from davezarzycki/testing_case_sensitive
2 parents 8d43ec3 + bbfb295 commit e3d69d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Interpreter/objc_throw_in_noescape_block.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: %empty-directory(%t)
22
//
33
// RUN: %target-clang -fobjc-arc %S/Inputs/ObjCException.m -c -o %t/ObjCException.o
4-
// RUN: %target-build-swift -import-objc-header %S/Inputs/ObjcException.h -Xlinker %t/ObjCException.o %s -o %t/a.out
4+
// RUN: %target-build-swift -import-objc-header %S/Inputs/ObjCException.h -Xlinker %t/ObjCException.o %s -o %t/a.out
55
// RUN: %target-run %t/a.out
66

77
// REQUIRES: executable_test

0 commit comments

Comments
 (0)