Skip to content

Commit

Permalink
Fix up CAS tests a bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
vargaz committed Jan 25, 2011
1 parent 773e8b4 commit 76c9d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mono/tests/cas/assembly/Makefile.am
Expand Up @@ -5,7 +5,7 @@ RUNTIME = $(with_mono_path) $(top_builddir)/runtime/mono-wrapper --debug
CAS_RUNTIME = $(RUNTIME) --security

CSCOMPILE = $(RUNTIME) $(mcs_topdir)/class/lib/basic/mcs.exe -debug
PERMVIEW = $(RUNTIME2) $(mcs_topdir)/tools/security/permview.exe
PERMVIEW = $(RUNTIME) $(mcs_topdir)/tools/security/permview.exe
PROFILE = net_2_0

tests: all.exe min.exe opt.exe ref.exe none.exe
Expand Down

0 comments on commit 76c9d06

Please sign in to comment.