Skip to content

Commit de4ff37

Browse files
author
David Ungar
committed
Move RUN line to top of file
1 parent e3ea721 commit de4ff37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/NameBinding/custom-attr-on-extension.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
// RUN: %target-swift-frontend -typecheck %s -verify
2+
13
// Trips an assertion if an ASTScope lookup is attempted into the innermost
24
// DeclContext of the extension.
35

46
struct Ty{}
57

68
@foo extension Ty {} // expected-error {{unknown attribute 'foo'}}
79

8-
// RUN: %target-swift-frontend -typecheck %s -verify

0 commit comments

Comments
 (0)