Files
swift-mirror/test/DebugInfo/variables-interpreter.swift
Ted Kremenek fad874708e Adjust test cases.
Swift SVN r17964
2014-05-12 22:01:52 +00:00

5 lines
186 B
Swift

// Run test variables.swift, verifying that the combination of -i and -g works.
// RUN: %swift -i -g %S/variables.swift | FileCheck %s
// CHECK: 8, 16, 32
// REQUIRES: swift_interpreter