The test should be run on 32 bit finally.

This commit is contained in:
Vassil Vassilev 2014-02-17 23:35:46 +01:00 committed by sftnight
parent 460b8b43b1
commit 9749af417c

View File

@ -6,8 +6,7 @@
// LICENSE.TXT for details.
//------------------------------------------------------------------------------
// RUN: test "x`uname -m|sed 's,i.86,i386,'`" = "xi386" || cat %s | %cling -Xclang -verify | FileCheck %s
// Not running on 32 bit due to aggregate return in getWithDtor(); see ROOT-5860
// RUN: cat %s | %cling -Xclang -verify | FileCheck %s
#include "cling/Interpreter/Interpreter.h"
#include "cling/Interpreter/StoredValueRef.h"