[all-commits] [llvm/llvm-project] a72f11: Fix a pair of tests that would fail on a win32 box
Erich Keane via All-commits
all-commits at lists.llvm.org
Tue Nov 17 14:30:25 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a72f11ee20fec2df5611c49ec5ec2ce32ab8eb4c
https://github.com/llvm/llvm-project/commit/a72f11ee20fec2df5611c49ec5ec2ce32ab8eb4c
Author: Erich Keane <erich.keane at intel.com>
Date: 2020-11-17 (Tue, 17 Nov 2020)
Changed paths:
M clang/test/CXX/expr/expr.prim/expr.prim.lambda/default-arguments.cpp
M clang/test/SemaOpenCLCXX/address-space-lambda.cl
Log Message:
-----------
Fix a pair of tests that would fail on a win32 box
The tests don't specify a triple in some cases, since they shouldn't be
necessary, so I've updated the tests to detect via macro when they are
running on win32 to give the slightly altered diagnostic.
More information about the All-commits
mailing list