From fb971ff7cbc94e4217b5c4297ff06347290785bc Mon Sep 17 00:00:00 2001 From: Andrey Breslav Date: Fri, 21 Oct 2011 13:37:14 +0400 Subject: [PATCH] Tests moved to appropriate locations --- compiler/testData/checkerWithErrorTypes/quick/Super.jet | 2 +- {idea => compiler}/testData/psi/Super.jet | 0 {idea => compiler}/testData/psi/Super.txt | 0 {idea => compiler}/testData/resolve/Super.jet | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename {idea => compiler}/testData/psi/Super.jet (100%) rename {idea => compiler}/testData/psi/Super.txt (100%) rename {idea => compiler}/testData/resolve/Super.jet (100%) diff --git a/compiler/testData/checkerWithErrorTypes/quick/Super.jet b/compiler/testData/checkerWithErrorTypes/quick/Super.jet index 5ec4cfdcb00..e6d1146fd3c 100644 --- a/compiler/testData/checkerWithErrorTypes/quick/Super.jet +++ b/compiler/testData/checkerWithErrorTypes/quick/Super.jet @@ -72,6 +72,6 @@ class ERROR() : UR { // No supertype at all class A1 { fun test() { - super.equals(null) + super.equals(null) } } \ No newline at end of file diff --git a/idea/testData/psi/Super.jet b/compiler/testData/psi/Super.jet similarity index 100% rename from idea/testData/psi/Super.jet rename to compiler/testData/psi/Super.jet diff --git a/idea/testData/psi/Super.txt b/compiler/testData/psi/Super.txt similarity index 100% rename from idea/testData/psi/Super.txt rename to compiler/testData/psi/Super.txt diff --git a/idea/testData/resolve/Super.jet b/compiler/testData/resolve/Super.jet similarity index 100% rename from idea/testData/resolve/Super.jet rename to compiler/testData/resolve/Super.jet