Mark `source-dependencies/import` test as pending.

Instead of commenting out failing part of a test case just mark
the whole test case as pending.
This commit is contained in:
Grzegorz Kossakowski 2013-02-27 21:23:33 -08:00 committed by Mark Harrah
parent 0ca2ae5843
commit 3cc0c74862
1 changed files with 2 additions and 2 deletions

View File

@ -4,5 +4,5 @@
$ copy-file changes/A.scala A.scala
# 'import a.b' should now fail in B.scala
# disabled because scalac doesn't track this dependency
#-> compile
# succeeds because scalac doesn't track this dependency
-> compile