aboutsummaryrefslogtreecommitdiff
path: root/std/testing.zig
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2019-03-01 18:07:46 -0500
committerGitHub <noreply@github.com>2019-03-01 18:07:46 -0500
commitbed81089e108f24e33073445dd31d30af1232de6 (patch)
tree74b1bf0c10dd8344eadb8edbd74766e7c0e5a498 /std/testing.zig
parentc4887d7f5430b38787ec01368ab7eba1537f0487 (diff)
parent9c47bf68faafc42292f8c8aeb1e1b9e00cfda368 (diff)
downloadzig-bed81089e108f24e33073445dd31d30af1232de6.tar.gz
zig-bed81089e108f24e33073445dd31d30af1232de6.zip
Merge pull request #2020 from ziglang/kill-namespace-type
remove the (namespace) type and make every file an empty struct
Diffstat (limited to 'std/testing.zig')
-rw-r--r--std/testing.zig1
1 files changed, 0 insertions, 1 deletions
diff --git a/std/testing.zig b/std/testing.zig
index 2f14974481..359a787960 100644
--- a/std/testing.zig
+++ b/std/testing.zig
@@ -44,7 +44,6 @@ pub fn expectEqual(expected: var, actual: @typeOf(expected)) void {
TypeId.ComptimeFloat,
TypeId.ComptimeInt,
TypeId.Enum,
- TypeId.Namespace,
TypeId.Fn,
TypeId.Promise,
TypeId.Vector,