Skip to content

Commit 45b815c

Browse files
committed
remove .clangd and fix rebase error
woops
1 parent d3941f8 commit 45b815c

File tree

3 files changed

+1
-16
lines changed

3 files changed

+1
-16
lines changed

.clangd

Lines changed: 0 additions & 15 deletions
This file was deleted.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
*.log
4242
.DS_STORE
4343
.idea
44+
.clangd
4445

4546
.vscode
4647
jsconfig.json

test/tests/graph.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ describe("Graph", function() {
5858
"26744fc697849d370246749b67ac43b792a4af0c"
5959
)
6060
.catch(function(result) {
61-
assert(~result.message.indexOf("81b06fac"));
6261
assert(~result.message.indexOf("object not found - no match for id"));
6362
});
6463
});

0 commit comments

Comments
 (0)