From 3945f26d925046e4f15524d384a49bde5883c641 Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Sat, 24 May 2014 20:36:09 -0400 Subject: [PATCH] Put this back in global scope, we have a local scope test --- tests/inexact.qc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/inexact.qc b/tests/inexact.qc index a17cccd..11dc2c6 100644 --- a/tests/inexact.qc +++ b/tests/inexact.qc @@ -1,6 +1,7 @@ +const float a = 1.0 / 3.0; +const float b = 0.33333333333; + void main() { - const float a = 1.0 / 3.0; - const float b = 0.33333333333; if (a == b) { // Should trigger warning } -- 2.39.2