Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2009-04-18 03:20:07 +0400
committerMiguel de Icaza <miguel@gnome.org>2009-04-18 03:20:07 +0400
commit01e9954098af7cf01ded6ec968cba097e8e36de4 (patch)
tree7cd667c1eed05b9516b27d9104f7d1d93fd60941 /mcs/tests/Makefile
parentcb84eabfc818ce3f2ed43ed5eac8e54a7e3292f4 (diff)
2009-04-17 Miguel de Icaza <miguel@novell.com>
* complete.cs: Include namespace resolution in simple names as well as global types and types in the using scope in the resolution. * namespace.cs: Supporting infrastrcture to provide completions based on the current using scope. svn path=/trunk/mcs/; revision=132065
Diffstat (limited to 'mcs/tests/Makefile')
-rw-r--r--mcs/tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/tests/Makefile b/mcs/tests/Makefile
index 1504e37c595..c8a74872436 100644
--- a/mcs/tests/Makefile
+++ b/mcs/tests/Makefile
@@ -55,7 +55,7 @@ test-casts: boot-casts.out mcs-casts.out
test-local: casts-boot.exe
eval.exe: eval-tests.cs
-
+
ifeq (net_2_1, $(PROFILE))
COMPILER_NAME = smcs
TEST_PATTERN = '*test-*.cs'