From b19965900ff0bf6781363ca4c702e8da8cc8edb7 Mon Sep 17 00:00:00 2001 From: jkeenan Date: Thu, 8 Oct 2009 02:33:42 +0000 Subject: [PATCH] Typographic cleanup only. git-svn-id: https://svn.parrot.org/parrot/branches/detect_llvm@41763 d31e2699-5ff4-0310-a27c-f18f2fbe73fe --- t/steps/auto/llvm-01.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/steps/auto/llvm-01.t b/t/steps/auto/llvm-01.t index c01b883055..cbdd7e272e 100644 --- a/t/steps/auto/llvm-01.t +++ b/t/steps/auto/llvm-01.t @@ -32,7 +32,7 @@ my $conf = Parrot::Configure->new; my $serialized = $conf->pcfreeze(); test_step_thru_runstep($conf, q{init::defaults}, $args); -test_step_thru_runstep( $conf, q{inter::progs}, $args ); +test_step_thru_runstep($conf, q{inter::progs}, $args); my $pkg = q{auto::llvm};