Skip to content

Commit b206d00

Browse files
committed
Fix a comment in a test to be easier to read.
1 parent 5604831 commit b206d00

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/SILOptimizer/sil_combine_devirt_ossa.sil

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ class Foo {
1212
func get() -> Int32 {return m_val}
1313
}
1414
func test_me(x : Int32) -> Foo { return Foo(x) }
15-
func main() { print(test_me(3).get()) } */
15+
func main() { print(test_me(3).get()) }
16+
*/
1617

1718
class Foo {
1819
var m_val: Int32

0 commit comments

Comments
 (0)