Skip to content

Commit 25e3f37

Browse files
author
joaosaffran
committed
clean up
1 parent f93d42d commit 25e3f37

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
if not config.dxil_tests:
22
config.unsupported = True
3-
config.suffixes = [".ll", ".yaml"]
3+
config.suffixes = [".ll"]

llvm/unittests/ObjectYAML/DXContainerYAMLTest.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
#include "llvm/Support/raw_ostream.h"
1616
#include "llvm/Testing/Support/Error.h"
1717
#include "gtest/gtest.h"
18-
#include <cstdint>
1918

2019
using namespace llvm;
2120
using namespace llvm::object;

0 commit comments

Comments
 (0)