From 1aa408971f36db70447c816a805ca97fc10a4b46 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 10 Jan 2012 07:13:04 +0000 Subject: * test/ruby/test_enumerator.rb (test_nested_iteration): fix typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34262 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vm.c') diff --git a/vm.c b/vm.c index 71d282d579..2cc8c5aaba 100644 --- a/vm.c +++ b/vm.c @@ -1216,7 +1216,7 @@ vm_exec(rb_thread_t *th) vm_loop_start: result = vm_exec_core(th, initial); if ((state = th->state) != 0) { -#ifdef __llvm__ /* LLVM optimization guard for TestEnumerator#test_nested_itaration */ +#ifdef __llvm__ /* LLVM optimization guard for TestEnumerator#test_nested_iteration */ (void)__extension__({rb_thread_t t = *th; t;}); #endif err = result; -- cgit v1.2.3