Refactoring: change test data directive

This commit is contained in:
Nikolay Krasko
2013-09-16 15:53:40 +04:00
parent 29448c149c
commit 839df96200
20 changed files with 22 additions and 22 deletions
@@ -5,4 +5,4 @@ fun anyfun() {
}
// TIME: 1
// NUMBER: 0
// INVOCATION_COUNT: 0
@@ -5,4 +5,4 @@ fun anyfun() {
}
// TIME: 2
// NUMBER: 0
// INVOCATION_COUNT: 0
@@ -7,4 +7,4 @@ class Test {
}
// EXIST: util
// NUMBER: 1
// INVOCATION_COUNT: 1
@@ -2,4 +2,4 @@ package kttesting<caret>.util
// Test that there won't be package with completion fake suffix
// NUMBER: 0
// INVOCATION_COUNT: 0
@@ -9,4 +9,4 @@ fun firstFun() {
// TIME: 1
// EXIST: Testing
// NUMBER: 1
// INVOCATION_COUNT: 1
@@ -21,4 +21,4 @@ fun testMy() {
}
// EXIST: testOther
// NUMBER: 3
// INVOCATION_COUNT: 3